Macros
- Expands idents in the input stream as lowercase
- Expands idents in the input stream as PascalCase e.g.
helloWorld
->HelloWorld
- Expands idents in the input stream as SHOUTY_CASE e.g.
HelloWorld
->HELLO_WORLD
- Expands idents in the input stream as snake_case e.g.
HelloWorld
->hello_world
- Expands idents in the input stream as UPPERCASE